From 06a8ed945b4c517bb6cf5c84f0d06aa9ede37f11 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Mon, 31 Oct 2022 20:31:03 +0100 Subject: tabbed bot page --- .../src/routes/bots/[bot_name]/__layout.svelte | 87 ++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 web/pw-server/src/routes/bots/[bot_name]/__layout.svelte (limited to 'web/pw-server/src/routes/bots/[bot_name]/__layout.svelte') diff --git a/web/pw-server/src/routes/bots/[bot_name]/__layout.svelte b/web/pw-server/src/routes/bots/[bot_name]/__layout.svelte new file mode 100644 index 0000000..baa8f99 --- /dev/null +++ b/web/pw-server/src/routes/bots/[bot_name]/__layout.svelte @@ -0,0 +1,87 @@ + + + + +
+
+

{bot["name"]}

+ {#if owner} + + by + + {owner["username"]} + + + {/if} +
+
+ index + matches + stats +
+
+ + + -- cgit v1.2.3